Platform Explorer / Nuxeo Platform 2023.10

Extension point pipe

Documentation

Extension point to contribute event pipe.

An event pipe is a where Nuxeo events will be sent for asynchronous processing.

Example pipe definition:

    <eventPipe class="org.nuxeo.ecm.core.event.pipe.DummyPipe"
        name="dummyPipe1" priority="0">
        <parameters>
            <parameter name="foo">bar</parameter>
        </parameters>
    </eventPipe>

Contribution Descriptors

  • Class: org.nuxeo.ecm.core.event.pipe.EventPipeDescriptor

Contributions

No known contributions.